+++ /dev/null
-<!-- ##### SECTION Title ##### -->
-GailMisc
-
-<!-- ##### SECTION Short_Description ##### -->
-GailMisc is a set of utility functions which may be useful to implementors of
-Atk interfaces for custom widgets.
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-GailMisc is a set of utility function which are used in the implemementation
-of Atk interfaces for Gtk widgets. They may be useful to implementors of
-Atk interfaces for custom widgets.
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### FUNCTION gail_misc_add_attribute ##### -->
-<para>
-
-</para>
-
-@attrib_set:
-@attr:
-@value:
-@Returns:
-
-
-<!-- ##### FUNCTION gail_misc_layout_get_run_attributes ##### -->
-<para>
-
-</para>
-
-@attrib_set:
-@layout:
-@text:
-@offset:
-@start_offset:
-@end_offset:
-@Returns:
-
-
-<!-- ##### FUNCTION gail_misc_get_default_attributes ##### -->
-<para>
-
-</para>
-
-@attrib_set:
-@layout:
-@widget:
-@Returns:
-
-
-<!-- ##### FUNCTION gail_misc_get_extents_from_pango_rectangle ##### -->
-<para>
-
-</para>
-
-@widget:
-@char_rect:
-@x_layout:
-@y_layout:
-@x:
-@y:
-@width:
-@height:
-@coords:
-
-
-<!-- ##### FUNCTION gail_misc_get_index_at_point_in_layout ##### -->
-<para>
-
-</para>
-
-@widget:
-@layout:
-@x_layout:
-@y_layout:
-@x:
-@y:
-@coords:
-@Returns:
-
-
-<!-- ##### FUNCTION gail_misc_get_origins ##### -->
-<para>
-
-</para>
-
-@widget:
-@x_window:
-@y_window:
-@x_toplevel:
-@y_toplevel:
-
-
-<!-- ##### FUNCTION gail_misc_add_to_attr_set ##### -->
-<para>
-
-</para>
-
-@attrib_set:
-@attrs:
-@attr:
-@Returns:
-
-
-<!-- ##### FUNCTION gail_misc_buffer_get_run_attributes ##### -->
-<para>
-
-</para>
-
-@buffer:
-@offset:
-@start_offset:
-@end_offset:
-@Returns:
-
-
+++ /dev/null
-<!-- ##### SECTION Title ##### -->
-GailTextUtil
-
-<!-- ##### SECTION Short_Description ##### -->
-GailTextUtil is a utility class which can be used to implement some of
-the AtkText functions for accessible objects which implement AtkText.
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-GailTextUtil is a utility class which can be used to implement the
-AtkText functions which get text for accessible objects which implement
-AtkText.
-
-In GAIL it is used by the accsesible objects for GnomeCanvasText, GtkEntry,
-GtkLabel, GtkCellRendererText and GtkTextview.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### STRUCT GailTextUtil ##### -->
-<para>
-The GailTextCell structure should not be accessed directly.
-
-</para>
-
-@parent:
-@buffer:
-
-<!-- ##### ENUM GailOffsetType ##### -->
-<para>
-
-</para>
-
-@GAIL_BEFORE_OFFSET:
-@GAIL_AT_OFFSET:
-@GAIL_AFTER_OFFSET:
-
-<!-- ##### FUNCTION gail_text_util_new ##### -->
-<para>
-
-</para>
-
-@Returns:
-
-
-<!-- ##### FUNCTION gail_text_util_text_setup ##### -->
-<para>
-
-</para>
-
-@textutil:
-@text:
-
-
-<!-- ##### FUNCTION gail_text_util_buffer_setup ##### -->
-<para>
-
-</para>
-
-@textutil:
-@buffer:
-
-
-<!-- ##### FUNCTION gail_text_util_get_text ##### -->
-<para>
-
-</para>
-
-@textutil:
-@layout:
-@function:
-@boundary_type:
-@offset:
-@start_offset:
-@end_offset:
-@Returns:
-
-
-<!-- ##### FUNCTION gail_text_util_get_substring ##### -->
-<para>
-
-</para>
-
-@textutil:
-@start_pos:
-@end_pos:
-@Returns:
-
-
* code for AtkUtil - for that code, please see gail/gail.c.
*/
+/**
+ * SECTION:gailmisc
+ * @Short_description: GailMisc is a set of utility functions which may be
+ * useful to implementors of Atk interfaces for custom widgets.
+ * @Title: GailMisc
+ *
+ * GailMisc is a set of utility function which are used in the implemementation
+ * of Atk interfaces for GTK+ widgets. They may be useful to implementors of
+ * Atk interfaces for custom widgets.
+ */
+
+
/**
* gail_misc_get_extents_from_pango_rectangle:
* @widget: The widget that contains the PangoLayout, that contains
#include <stdlib.h>
#include "gailtextutil.h"
+/**
+ * SECTION:gailtextutil
+ * @Short_description: GailTextUtil is a utility class which can be used to
+ * implement some of the #AtkText functions for accessible objects
+ * which implement #AtkText.
+ * @Title: GailTextUtil
+ *
+ * GailTextUtil is a utility class which can be used to implement the
+ * #AtkText functions which get text for accessible objects which implement
+ * #AtkText.
+ *
+ * In GAIL it is used by the accsesible objects for #GnomeCanvasText, #GtkEntry,
+ * #GtkLabel, #GtkCellRendererText and #GtkTextView.
+ */
+
static void gail_text_util_class_init (GailTextUtilClass *klass);
static void gail_text_util_init (GailTextUtil *textutil);